Html Css Color HEX #B227CB Dark Orchid

📋 copy color: '#B227CB'

red 178 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #B227CB

Tints of Dark Orchid #B227CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.29%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 42.38%
G = 9.29%
B = 48.33%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B227CB (or 0xB227CB) is known color: Dark Orchid. HEX triplet: B2, 27 and CB. RGB value is (178,39,203). Sum of RGB (Red+Green+Blue) = 178+39+203=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #B227CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227CB is #4DD834. Grayscale: #626262. Windows color (decimal): -5101621 or 13313970. OLE color: 13313970.

HSL color Cylindrical-coordinate representation of color #B227CB: hue angle of 290.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B227CB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 39 203 -
CMYK 0.12 0.81 0 0.20
HSL 290.85º 0.68% 0.47% -
HSV(B) 290.85º 0.81% 0.8% -
XYZ 29.87 15.23 57.87 -
YUV 99.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 178 39 203 0.12 0.81 0 0.20 290.85 0.68 0.47
Hex B2 27 CB C 51 0 14 123 44 2F
Octal 262 47 313 14 121 0 24 443 104 57
Binary 10110010 100111 11001011 1100 1010001 0 10100 100100011 1000100 101111

Color Harmonies of #B227CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227CB

Black with #B227CB

Text Example


Text Example

White with #B227CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227CB; }

 p { color: rgb(178,39,203); }

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

background-color css

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

 a { background-color: rgb(178,39,203); }

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

border-color css

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

 span { border-color: rgb(178,39,203); }

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