Html Css Color HEX #B645CC Medium Orchid

📋 copy color: '#B645CC'

red 182 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #B645CC

Tints of Medium Orchid #B645CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

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

R = 40%
G = 15.16%
B = 44.84%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B645CC (or 0xB645CC) is known color: Medium Orchid. HEX triplet: B6, 45 and CC. RGB value is (182,69,204). Sum of RGB (Red+Green+Blue) = 182+69+204=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B645CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645CC is #49BA33. Grayscale: #757575. Windows color (decimal): -4831796 or 13387190. OLE color: 13387190.

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

Color convert

RGB 182 69 204 -
CMYK 0.11 0.66 0 0.2
HSL 290.22º 0.57% 0.54% -
HSV(B) 290.22º 0.66% 0.8% -
XYZ 32.32 18.56 59.01 -
YUV 118.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 182 69 204 0.11 0.66 0 0.2 290.22 0.57 0.54
Hex B6 45 CC B 42 0 14 122 39 36
Octal 266 105 314 13 102 0 24 442 71 66
Binary 10110110 1000101 11001100 1011 1000010 0 10100 100100010 111001 110110

Color Harmonies of #B645CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645CC

Black with #B645CC

Text Example


Text Example

White with #B645CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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