Html Css Color HEX #BD34F8 Medium Orchid

📋 copy color: '#BD34F8'

red 189 ◦ green 52 ◦ blue 248

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

Shades of Medium Orchid #BD34F8

Tints of Medium Orchid #BD34F8

RGB

 RED value IS 189 (74.22% from 255) = 38.65%

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

 BLUE value IS 248 (97.27% from 255) = 50.72%

R = 38.65%
G = 10.63%
B = 50.72%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD34F8 (or 0xBD34F8) is known color: Medium Orchid. HEX triplet: BD, 34 and F8. RGB value is (189,52,248). Sum of RGB (Red+Green+Blue) = 189+52+248=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD34F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD34F8 is #42CB07. Grayscale: #727272. Windows color (decimal): -4377352 or 16266429. OLE color: 16266429.

HSL color Cylindrical-coordinate representation of color #BD34F8: hue angle of 281.94º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD34F8 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 52 248 -
CMYK 0.24 0.79 0 0.03
HSL 281.94º 0.93% 0.59% -
HSV(B) 281.94º 0.79% 0.97% -
XYZ 39.16 20.05 90.61 -
YUV 115.31 202.89 180.56 -
System Red Green Blue C M Y K H S L
Decimal 189 52 248 0.24 0.79 0 0.03 281.94 0.93 0.59
Hex BD 34 F8 18 4F 0 3 11A 5D 3B
Octal 275 64 370 30 117 0 3 432 135 73
Binary 10111101 110100 11111000 11000 1001111 0 11 100011010 1011101 111011

Color Harmonies of #BD34F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34F8

Black with #BD34F8

Text Example


Text Example

White with #BD34F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34F8; }

 p { color: rgb(189,52,248); }

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

background-color css

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

 a { background-color: rgb(189,52,248); }

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

border-color css

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

 span { border-color: rgb(189,52,248); }

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