Html Css Color HEX #B827CF Dark Orchid

📋 copy color: '#B827CF'

red 184 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #B827CF

Tints of Dark Orchid #B827CF

RGB

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

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

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

R = 42.79%
G = 9.07%
B = 48.14%

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

#B827CF (or 0xB827CF) is known color: Dark Orchid. HEX triplet: B8, 27 and CF. RGB value is (184,39,207). Sum of RGB (Red+Green+Blue) = 184+39+207=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B827CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827CF is #47D830. Grayscale: #646464. Windows color (decimal): -4708401 or 13576120. OLE color: 13576120.

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

Color convert

RGB 184 39 207 -
CMYK 0.11 0.81 0 0.19
HSL 291.79º 0.68% 0.48% -
HSV(B) 291.79º 0.81% 0.81% -
XYZ 31.76 16.15 60.47 -
YUV 101.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 184 39 207 0.11 0.81 0 0.19 291.79 0.68 0.48
Hex B8 27 CF B 51 0 13 124 44 30
Octal 270 47 317 13 121 0 23 444 104 60
Binary 10111000 100111 11001111 1011 1010001 0 10011 100100100 1000100 110000

Color Harmonies of #B827CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827CF

Black with #B827CF

Text Example


Text Example

White with #B827CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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