Html Css Color HEX #B821CF Dark Orchid

📋 copy color: '#B821CF'

red 184 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #B821CF

Tints of Dark Orchid #B821CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.78%

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

R = 43.4%
G = 7.78%
B = 48.82%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B821CF (or 0xB821CF) is known color: Dark Orchid. HEX triplet: B8, 21 and CF. RGB value is (184,33,207). Sum of RGB (Red+Green+Blue) = 184+33+207=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #B821CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821CF is #47DE30. Grayscale: #616161. Windows color (decimal): -4709937 or 13574584. OLE color: 13574584.

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

Color convert

RGB 184 33 207 -
CMYK 0.11 0.84 0 0.19
HSL 292.07º 0.73% 0.47% -
HSV(B) 292.07º 0.84% 0.81% -
XYZ 31.57 15.78 60.41 -
YUV 97.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 184 33 207 0.11 0.84 0 0.19 292.07 0.73 0.47
Hex B8 21 CF B 54 0 13 124 48 2F
Octal 270 41 317 13 124 0 23 444 110 57
Binary 10111000 100001 11001111 1011 1010100 0 10011 100100100 1001000 101111

Color Harmonies of #B821CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821CF

Black with #B821CF

Text Example


Text Example

White with #B821CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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