Html Css Color HEX #B233EE Dark Orchid

📋 copy color: '#B233EE'

red 178 ◦ green 51 ◦ blue 238

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

Shades of Dark Orchid #B233EE

Tints of Dark Orchid #B233EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.92%

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

R = 38.12%
G = 10.92%
B = 50.96%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B233EE (or 0xB233EE) is known color: Dark Orchid. HEX triplet: B2, 33 and EE. RGB value is (178,51,238). Sum of RGB (Red+Green+Blue) = 178+51+238=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #B233EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B233EE is #4DCC11. Grayscale: #6D6D6D. Windows color (decimal): -5098514 or 15610802. OLE color: 15610802.

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

Color convert

RGB 178 51 238 -
CMYK 0.25 0.79 0 0.07
HSL 280.75º 0.85% 0.57% -
HSV(B) 280.75º 0.79% 0.93% -
XYZ 34.98 18.01 82.52 -
YUV 110.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 178 51 238 0.25 0.79 0 0.07 280.75 0.85 0.57
Hex B2 33 EE 19 4F 0 7 119 55 39
Octal 262 63 356 31 117 0 7 431 125 71
Binary 10110010 110011 11101110 11001 1001111 0 111 100011001 1010101 111001

Color Harmonies of #B233EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233EE

Black with #B233EE

Text Example


Text Example

White with #B233EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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