Html Css Color HEX #B621CF Dark Orchid

📋 copy color: '#B621CF'

red 182 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #B621CF

Tints of Dark Orchid #B621CF

RGB

 RED value IS 182 (71.48% from 255) = 43.13%

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

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

R = 43.13%
G = 7.82%
B = 49.05%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B621CF (or 0xB621CF) is known color: Dark Orchid. HEX triplet: B6, 21 and CF. RGB value is (182,33,207). Sum of RGB (Red+Green+Blue) = 182+33+207=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #B621CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621CF is #49DE30. Grayscale: #606060. Windows color (decimal): -4841009 or 13574582. OLE color: 13574582.

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

Color convert

RGB 182 33 207 -
CMYK 0.12 0.84 0 0.19
HSL 291.38º 0.73% 0.47% -
HSV(B) 291.38º 0.84% 0.81% -
XYZ 31.1 15.54 60.39 -
YUV 97.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 182 33 207 0.12 0.84 0 0.19 291.38 0.73 0.47
Hex B6 21 CF C 54 0 13 123 48 2F
Octal 266 41 317 14 124 0 23 443 110 57
Binary 10110110 100001 11001111 1100 1010100 0 10011 100100011 1001000 101111

Color Harmonies of #B621CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621CF

Black with #B621CF

Text Example


Text Example

White with #B621CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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