Html Css Color HEX #B233D0 Dark Orchid

📋 copy color: '#B233D0'

red 178 ◦ green 51 ◦ blue 208

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

Shades of Dark Orchid #B233D0

Tints of Dark Orchid #B233D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 40.73%
G = 11.67%
B = 47.6%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B233D0 (or 0xB233D0) is known color: Dark Orchid. HEX triplet: B2, 33 and D0. RGB value is (178,51,208). Sum of RGB (Red+Green+Blue) = 178+51+208=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #B233D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233D0 is #4DCC2F. Grayscale: #6A6A6A. Windows color (decimal): -5098544 or 13644722. OLE color: 13644722.

HSL color Cylindrical-coordinate representation of color #B233D0: hue angle of 288.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B233D0 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 51 208 -
CMYK 0.14 0.75 0 0.18
HSL 288.54º 0.63% 0.51% -
HSV(B) 288.54º 0.75% 0.82% -
XYZ 30.93 16.39 61.21 -
YUV 106.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 178 51 208 0.14 0.75 0 0.18 288.54 0.63 0.51
Hex B2 33 D0 E 4B 0 12 121 3F 33
Octal 262 63 320 16 113 0 22 441 77 63
Binary 10110010 110011 11010000 1110 1001011 0 10010 100100001 111111 110011

Color Harmonies of #B233D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233D0

Black with #B233D0

Text Example


Text Example

White with #B233D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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