Html Css Color HEX #B826CB Dark Orchid

📋 copy color: '#B826CB'

red 184 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #B826CB

Tints of Dark Orchid #B826CB

RGB

 RED value IS 184 (72.27% from 255) = 43.29%

 GREEN value IS 38 (15.23% from 255) = 8.94%

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

R = 43.29%
G = 8.94%
B = 47.76%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B826CB (or 0xB826CB) is known color: Dark Orchid. HEX triplet: B8, 26 and CB. RGB value is (184,38,203). Sum of RGB (Red+Green+Blue) = 184+38+203=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B826CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826CB is #47D934. Grayscale: #636363. Windows color (decimal): -4708661 or 13313720. OLE color: 13313720.

HSL color Cylindrical-coordinate representation of color #B826CB: hue angle of 293.09º 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 #B826CB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 38 203 -
CMYK 0.09 0.81 0 0.20
HSL 293.09º 0.68% 0.47% -
HSV(B) 293.09º 0.81% 0.8% -
XYZ 31.24 15.89 57.92 -
YUV 100.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 184 38 203 0.09 0.81 0 0.20 293.09 0.68 0.47
Hex B8 26 CB 9 51 0 14 125 44 2F
Octal 270 46 313 11 121 0 24 445 104 57
Binary 10111000 100110 11001011 1001 1010001 0 10100 100100101 1000100 101111

Color Harmonies of #B826CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826CB

Black with #B826CB

Text Example


Text Example

White with #B826CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826CB; }

 p { color: rgb(184,38,203); }

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

background-color css

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

 a { background-color: rgb(184,38,203); }

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

border-color css

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

 span { border-color: rgb(184,38,203); }

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