Html Css Color HEX #B645CB Medium Orchid

📋 copy color: '#B645CB'

red 182 ◦ green 69 ◦ blue 203

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

Shades of Medium Orchid #B645CB

Tints of Medium Orchid #B645CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 40.09%
G = 15.2%
B = 44.71%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B645CB (or 0xB645CB) is known color: Medium Orchid. HEX triplet: B6, 45 and CB. RGB value is (182,69,203). Sum of RGB (Red+Green+Blue) = 182+69+203=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B645CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645CB is #49BA34. Grayscale: #757575. Windows color (decimal): -4831797 or 13321654. OLE color: 13321654.

HSL color Cylindrical-coordinate representation of color #B645CB: hue angle of 290.6º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B645CB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 69 203 -
CMYK 0.10 0.66 0 0.20
HSL 290.6º 0.56% 0.53% -
HSV(B) 290.6º 0.66% 0.8% -
XYZ 32.2 18.51 58.38 -
YUV 118.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 182 69 203 0.10 0.66 0 0.20 290.6 0.56 0.53
Hex B6 45 CB A 42 0 14 123 38 35
Octal 266 105 313 12 102 0 24 443 70 65
Binary 10110110 1000101 11001011 1010 1000010 0 10100 100100011 111000 110101

Color Harmonies of #B645CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645CB

Black with #B645CB

Text Example


Text Example

White with #B645CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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