Html Css Color HEX #B721CA Dark Orchid

📋 copy color: '#B721CA'

red 183 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #B721CA

Tints of Dark Orchid #B721CA

RGB

 RED value IS 183 (71.88% from 255) = 43.78%

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 43.78%
G = 7.89%
B = 48.33%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B721CA (or 0xB721CA) is known color: Dark Orchid. HEX triplet: B7, 21 and CA. RGB value is (183,33,202). Sum of RGB (Red+Green+Blue) = 183+33+202=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #B721CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721CA is #48DE35. Grayscale: #606060. Windows color (decimal): -4775478 or 13246903. OLE color: 13246903.

HSL color Cylindrical-coordinate representation of color #B721CA: hue angle of 293.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B721CA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 33 202 -
CMYK 0.09 0.84 0 0.21
HSL 293.25º 0.72% 0.46% -
HSV(B) 293.25º 0.84% 0.79% -
XYZ 30.73 15.42 57.23 -
YUV 97.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 183 33 202 0.09 0.84 0 0.21 293.25 0.72 0.46
Hex B7 21 CA 9 54 0 15 125 48 2E
Octal 267 41 312 11 124 0 25 445 110 56
Binary 10110111 100001 11001010 1001 1010100 0 10101 100100101 1001000 101110

Color Harmonies of #B721CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721CA

Black with #B721CA

Text Example


Text Example

White with #B721CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721CA; }

 p { color: rgb(183,33,202); }

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

background-color css

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

 a { background-color: rgb(183,33,202); }

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

border-color css

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

 span { border-color: rgb(183,33,202); }

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