Html Css Color HEX #B23BEE Medium Orchid

📋 copy color: '#B23BEE'

red 178 ◦ green 59 ◦ blue 238

#B23BEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B23BEE

Tints of Medium Orchid #B23BEE

RGB

 RED value IS 178 (69.92% from 255) = 37.47%

 GREEN value IS 59 (23.44% from 255) = 12.42%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 37.47%
G = 12.42%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B23BEE (or 0xB23BEE) is known color: Medium Orchid. HEX triplet: B2, 3B and EE. RGB value is (178,59,238). Sum of RGB (Red+Green+Blue) = 178+59+238=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #B23BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BEE is #4DC411. Grayscale: #727272. Windows color (decimal): -5096466 or 15612850. OLE color: 15612850.

HSL color Cylindrical-coordinate representation of color #B23BEE: hue angle of 279.89º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23BEE is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 59 238 -
CMYK 0.25 0.75 0 0.07
HSL 279.89º 0.84% 0.58% -
HSV(B) 279.89º 0.75% 0.93% -
XYZ 35.36 18.77 82.65 -
YUV 114.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 178 59 238 0.25 0.75 0 0.07 279.89 0.84 0.58
Hex B2 3B EE 19 4B 0 7 118 54 3A
Octal 262 73 356 31 113 0 7 430 124 72
Binary 10110010 111011 11101110 11001 1001011 0 111 100011000 1010100 111010

Color Harmonies of #B23BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BEE

Black with #B23BEE

Text Example


Text Example

White with #B23BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BEE; }

 p { color: rgb(178,59,238); }

 H1.HeaderClassName
 {
   color: #B23BEE;
 }
 .AnyTagClassName
 {
   color: #B23BEE;
 }
</style>

background-color css

<style>
 a { background-color: #B23BEE; }

 a { background-color: rgb(178,59,238); }

 div.DivClassName
 {
   background-color: #B23BEE;
 }
 .BgClassName
 {
   background-color: #B23BEE;
 }
</style>

border-color css

<style>
 span { border-color: #B23BEE; }

 span { border-color: rgb(178,59,238); }

 td.TdClassName
 {
   border-color: #B23BEE;
 }
 .TagClassName
 {
   border-color: #B23BEE;
 }
</style>