Html Css Color HEX #B642CB Medium Orchid

📋 copy color: '#B642CB'

red 182 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #B642CB

Tints of Medium Orchid #B642CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.63%

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

R = 40.35%
G = 14.63%
B = 45.01%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B642CB (or 0xB642CB) is known color: Medium Orchid. HEX triplet: B6, 42 and CB. RGB value is (182,66,203). Sum of RGB (Red+Green+Blue) = 182+66+203=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #B642CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642CB is #49BD34. Grayscale: #737373. Windows color (decimal): -4832565 or 13320886. OLE color: 13320886.

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

Color convert

RGB 182 66 203 -
CMYK 0.10 0.67 0 0.20
HSL 290.8º 0.57% 0.53% -
HSV(B) 290.8º 0.67% 0.8% -
XYZ 32.02 18.15 58.32 -
YUV 116.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 182 66 203 0.10 0.67 0 0.20 290.8 0.57 0.53
Hex B6 42 CB A 43 0 14 123 39 35
Octal 266 102 313 12 103 0 24 443 71 65
Binary 10110110 1000010 11001011 1010 1000011 0 10100 100100011 111001 110101

Color Harmonies of #B642CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642CB

Black with #B642CB

Text Example


Text Example

White with #B642CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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