Html Css Color HEX #B934CA Medium Orchid

📋 copy color: '#B934CA'

red 185 ◦ green 52 ◦ blue 202

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

Shades of Medium Orchid #B934CA

Tints of Medium Orchid #B934CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.85%

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

R = 42.14%
G = 11.85%
B = 46.01%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B934CA (or 0xB934CA) is known color: Medium Orchid. HEX triplet: B9, 34 and CA. RGB value is (185,52,202). Sum of RGB (Red+Green+Blue) = 185+52+202=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #B934CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934CA is #46CB35. Grayscale: #6C6C6C. Windows color (decimal): -4639542 or 13251769. OLE color: 13251769.

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

Color convert

RGB 185 52 202 -
CMYK 0.08 0.74 0 0.21
HSL 293.2º 0.59% 0.5% -
HSV(B) 293.2º 0.74% 0.79% -
XYZ 31.9 17.03 57.48 -
YUV 108.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 185 52 202 0.08 0.74 0 0.21 293.2 0.59 0.5
Hex B9 34 CA 8 4A 0 15 125 3B 32
Octal 271 64 312 10 112 0 25 445 73 62
Binary 10111001 110100 11001010 1000 1001010 0 10101 100100101 111011 110010

Color Harmonies of #B934CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934CA

Black with #B934CA

Text Example


Text Example

White with #B934CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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