Html Css Color HEX #B233CF Dark Orchid

📋 copy color: '#B233CF'

red 178 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #B233CF

Tints of Dark Orchid #B233CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 40.83%
G = 11.7%
B = 47.48%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B233CF (or 0xB233CF) is known color: Dark Orchid. HEX triplet: B2, 33 and CF. RGB value is (178,51,207). Sum of RGB (Red+Green+Blue) = 178+51+207=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #B233CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233CF is #4DCC30. Grayscale: #6A6A6A. Windows color (decimal): -5098545 or 13579186. OLE color: 13579186.

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

Color convert

RGB 178 51 207 -
CMYK 0.14 0.75 0 0.19
HSL 288.85º 0.62% 0.51% -
HSV(B) 288.85º 0.75% 0.81% -
XYZ 30.81 16.34 60.56 -
YUV 106.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 178 51 207 0.14 0.75 0 0.19 288.85 0.62 0.51
Hex B2 33 CF E 4B 0 13 121 3E 33
Octal 262 63 317 16 113 0 23 441 76 63
Binary 10110010 110011 11001111 1110 1001011 0 10011 100100001 111110 110011

Color Harmonies of #B233CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233CF

Black with #B233CF

Text Example


Text Example

White with #B233CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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