Html Css Color HEX #B633CA Dark Orchid

📋 copy color: '#B633CA'

red 182 ◦ green 51 ◦ blue 202

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

Shades of Dark Orchid #B633CA

Tints of Dark Orchid #B633CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.72%

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

R = 41.84%
G = 11.72%
B = 46.44%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B633CA (or 0xB633CA) is known color: Dark Orchid. HEX triplet: B6, 33 and CA. RGB value is (182,51,202). Sum of RGB (Red+Green+Blue) = 182+51+202=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 51 (20.31% from 255 or 11.72% 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 #B633CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633CA is #49CC35. Grayscale: #6A6A6A. Windows color (decimal): -4836406 or 13251510. OLE color: 13251510.

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

Color convert

RGB 182 51 202 -
CMYK 0.10 0.75 0 0.21
HSL 292.05º 0.6% 0.5% -
HSV(B) 292.05º 0.75% 0.79% -
XYZ 31.14 16.58 57.44 -
YUV 107.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 182 51 202 0.10 0.75 0 0.21 292.05 0.6 0.5
Hex B6 33 CA A 4B 0 15 124 3C 32
Octal 266 63 312 12 113 0 25 444 74 62
Binary 10110110 110011 11001010 1010 1001011 0 10101 100100100 111100 110010

Color Harmonies of #B633CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633CA

Black with #B633CA

Text Example


Text Example

White with #B633CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633CA; }

 p { color: rgb(182,51,202); }

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

background-color css

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

 a { background-color: rgb(182,51,202); }

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

border-color css

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

 span { border-color: rgb(182,51,202); }

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