Html Css Color HEX #B934D4 Medium Orchid

📋 copy color: '#B934D4'

red 185 ◦ green 52 ◦ blue 212

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

Shades of Medium Orchid #B934D4

Tints of Medium Orchid #B934D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.22%

R = 41.2%
G = 11.58%
B = 47.22%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B934D4 (or 0xB934D4) is known color: Medium Orchid. HEX triplet: B9, 34 and D4. RGB value is (185,52,212). Sum of RGB (Red+Green+Blue) = 185+52+212=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #B934D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934D4 is #46CB2B. Grayscale: #6D6D6D. Windows color (decimal): -4639532 or 13907129. OLE color: 13907129.

HSL color Cylindrical-coordinate representation of color #B934D4: hue angle of 289.88º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B934D4 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 52 212 -
CMYK 0.13 0.75 0 0.17
HSL 289.88º 0.65% 0.52% -
HSV(B) 289.88º 0.75% 0.83% -
XYZ 33.12 17.52 63.92 -
YUV 110.01 185.56 181.49 -
System Red Green Blue C M Y K H S L
Decimal 185 52 212 0.13 0.75 0 0.17 289.88 0.65 0.52
Hex B9 34 D4 D 4B 0 11 122 41 34
Octal 271 64 324 15 113 0 21 442 101 64
Binary 10111001 110100 11010100 1101 1001011 0 10001 100100010 1000001 110100

Color Harmonies of #B934D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934D4

Black with #B934D4

Text Example


Text Example

White with #B934D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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