Html Css Color HEX #B942CA Medium Orchid

📋 copy color: '#B942CA'

red 185 ◦ green 66 ◦ blue 202

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

Shades of Medium Orchid #B942CA

Tints of Medium Orchid #B942CA

RGB

 RED value IS 185 (72.66% from 255) = 40.84%

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

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

R = 40.84%
G = 14.57%
B = 44.59%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B942CA (or 0xB942CA) is known color: Medium Orchid. HEX triplet: B9, 42 and CA. RGB value is (185,66,202). Sum of RGB (Red+Green+Blue) = 185+66+202=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #B942CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CA is #46BD35. Grayscale: #747474. Windows color (decimal): -4635958 or 13255353. OLE color: 13255353.

HSL color Cylindrical-coordinate representation of color #B942CA: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B942CA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 66 202 -
CMYK 0.08 0.67 0 0.21
HSL 292.5º 0.56% 0.53% -
HSV(B) 292.5º 0.67% 0.79% -
XYZ 32.62 18.47 57.72 -
YUV 117.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 185 66 202 0.08 0.67 0 0.21 292.5 0.56 0.53
Hex B9 42 CA 8 43 0 15 124 38 35
Octal 271 102 312 10 103 0 25 444 70 65
Binary 10111001 1000010 11001010 1000 1000011 0 10101 100100100 111000 110101

Color Harmonies of #B942CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942CA

Black with #B942CA

Text Example


Text Example

White with #B942CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942CA; }

 p { color: rgb(185,66,202); }

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

background-color css

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

 a { background-color: rgb(185,66,202); }

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

border-color css

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

 span { border-color: rgb(185,66,202); }

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