Html Css Color HEX #B732CA Dark Orchid

📋 copy color: '#B732CA'

red 183 ◦ green 50 ◦ blue 202

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

Shades of Dark Orchid #B732CA

Tints of Dark Orchid #B732CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.49%

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

R = 42.07%
G = 11.49%
B = 46.44%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B732CA (or 0xB732CA) is known color: Dark Orchid. HEX triplet: B7, 32 and CA. RGB value is (183,50,202). Sum of RGB (Red+Green+Blue) = 183+50+202=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #B732CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732CA is #48CD35. Grayscale: #6A6A6A. Windows color (decimal): -4771126 or 13251255. OLE color: 13251255.

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

Color convert

RGB 183 50 202 -
CMYK 0.09 0.75 0 0.21
HSL 292.5º 0.6% 0.49% -
HSV(B) 292.5º 0.75% 0.79% -
XYZ 31.33 16.61 57.43 -
YUV 107.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 183 50 202 0.09 0.75 0 0.21 292.5 0.6 0.49
Hex B7 32 CA 9 4B 0 15 124 3C 31
Octal 267 62 312 11 113 0 25 444 74 61
Binary 10110111 110010 11001010 1001 1001011 0 10101 100100100 111100 110001

Color Harmonies of #B732CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732CA

Black with #B732CA

Text Example


Text Example

White with #B732CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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