Html Css Color HEX #B934F2 Medium Orchid

📋 copy color: '#B934F2'

red 185 ◦ green 52 ◦ blue 242

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

Shades of Medium Orchid #B934F2

Tints of Medium Orchid #B934F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.52%

R = 38.62%
G = 10.86%
B = 50.52%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B934F2 (or 0xB934F2) is known color: Medium Orchid. HEX triplet: B9, 34 and F2. RGB value is (185,52,242). Sum of RGB (Red+Green+Blue) = 185+52+242=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #B934F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934F2 is #46CB0D. Grayscale: #707070. Windows color (decimal): -4639502 or 15873209. OLE color: 15873209.

HSL color Cylindrical-coordinate representation of color #B934F2: hue angle of 282º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B934F2 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 52 242 -
CMYK 0.24 0.79 0 0.05
HSL 282º 0.88% 0.58% -
HSV(B) 282º 0.79% 0.95% -
XYZ 37.26 19.18 85.74 -
YUV 113.43 200.56 179.05 -
System Red Green Blue C M Y K H S L
Decimal 185 52 242 0.24 0.79 0 0.05 282 0.88 0.58
Hex B9 34 F2 18 4F 0 5 11A 58 3A
Octal 271 64 362 30 117 0 5 432 130 72
Binary 10111001 110100 11110010 11000 1001111 0 101 100011010 1011000 111010

Color Harmonies of #B934F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934F2

Black with #B934F2

Text Example


Text Example

White with #B934F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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