Html Css Color HEX #B632CC Dark Orchid

📋 copy color: '#B632CC'

red 182 ◦ green 50 ◦ blue 204

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

Shades of Dark Orchid #B632CC

Tints of Dark Orchid #B632CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 41.74%
G = 11.47%
B = 46.79%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B632CC (or 0xB632CC) is known color: Dark Orchid. HEX triplet: B6, 32 and CC. RGB value is (182,50,204). Sum of RGB (Red+Green+Blue) = 182+50+204=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #B632CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632CC is #49CD33. Grayscale: #6A6A6A. Windows color (decimal): -4836660 or 13382326. OLE color: 13382326.

HSL color Cylindrical-coordinate representation of color #B632CC: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B632CC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 50 204 -
CMYK 0.11 0.75 0 0.2
HSL 291.43º 0.61% 0.5% -
HSV(B) 291.43º 0.75% 0.8% -
XYZ 31.33 16.59 58.68 -
YUV 107.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 182 50 204 0.11 0.75 0 0.2 291.43 0.61 0.5
Hex B6 32 CC B 4B 0 14 123 3D 32
Octal 266 62 314 13 113 0 24 443 75 62
Binary 10110110 110010 11001100 1011 1001011 0 10100 100100011 111101 110010

Color Harmonies of #B632CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632CC

Black with #B632CC

Text Example


Text Example

White with #B632CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632CC; }

 p { color: rgb(182,50,204); }

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

background-color css

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

 a { background-color: rgb(182,50,204); }

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

border-color css

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

 span { border-color: rgb(182,50,204); }

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