Html Css Color HEX #B826CF Dark Orchid

📋 copy color: '#B826CF'

red 184 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #B826CF

Tints of Dark Orchid #B826CF

RGB

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

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

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

R = 42.89%
G = 8.86%
B = 48.25%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B826CF (or 0xB826CF) is known color: Dark Orchid. HEX triplet: B8, 26 and CF. RGB value is (184,38,207). Sum of RGB (Red+Green+Blue) = 184+38+207=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B826CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826CF is #47D930. Grayscale: #646464. Windows color (decimal): -4708657 or 13575864. OLE color: 13575864.

HSL color Cylindrical-coordinate representation of color #B826CF: hue angle of 291.83º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B826CF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 38 207 -
CMYK 0.11 0.82 0 0.19
HSL 291.83º 0.69% 0.48% -
HSV(B) 291.83º 0.82% 0.81% -
XYZ 31.72 16.08 60.46 -
YUV 100.92 187.87 187.26 -
System Red Green Blue C M Y K H S L
Decimal 184 38 207 0.11 0.82 0 0.19 291.83 0.69 0.48
Hex B8 26 CF B 52 0 13 124 45 30
Octal 270 46 317 13 122 0 23 444 105 60
Binary 10111000 100110 11001111 1011 1010010 0 10011 100100100 1000101 110000

Color Harmonies of #B826CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826CF

Black with #B826CF

Text Example


Text Example

White with #B826CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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