Html Css Color HEX #B828CF Dark Orchid

📋 copy color: '#B828CF'

red 184 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #B828CF

Tints of Dark Orchid #B828CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

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

R = 42.69%
G = 9.28%
B = 48.03%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B828CF (or 0xB828CF) is known color: Dark Orchid. HEX triplet: B8, 28 and CF. RGB value is (184,40,207). Sum of RGB (Red+Green+Blue) = 184+40+207=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #B828CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828CF is #47D730. Grayscale: #656565. Windows color (decimal): -4708145 or 13576376. OLE color: 13576376.

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

Color convert

RGB 184 40 207 -
CMYK 0.11 0.81 0 0.19
HSL 291.74º 0.68% 0.48% -
HSV(B) 291.74º 0.81% 0.81% -
XYZ 31.79 16.21 60.49 -
YUV 102.09 187.21 186.42 -
System Red Green Blue C M Y K H S L
Decimal 184 40 207 0.11 0.81 0 0.19 291.74 0.68 0.48
Hex B8 28 CF B 51 0 13 124 44 30
Octal 270 50 317 13 121 0 23 444 104 60
Binary 10111000 101000 11001111 1011 1010001 0 10011 100100100 1000100 110000

Color Harmonies of #B828CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828CF

Black with #B828CF

Text Example


Text Example

White with #B828CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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