Html Css Color HEX #BD42FF Medium Orchid

📋 copy color: '#BD42FF'

red 189 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #BD42FF

Tints of Medium Orchid #BD42FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 37.06%
G = 12.94%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD42FF (or 0xBD42FF) is known color: Medium Orchid. HEX triplet: BD, 42 and FF. RGB value is (189,66,255). Sum of RGB (Red+Green+Blue) = 189+66+255=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42FF is #42BD00. Grayscale: #7B7B7B. Windows color (decimal): -4373761 or 16728765. OLE color: 16728765.

HSL color Cylindrical-coordinate representation of color #BD42FF: hue angle of 279.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD42FF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 66 255 -
CMYK 0.26 0.74 0 0
HSL 279.05º 1% 0.63% -
HSV(B) 279.05º 0.74% 1% -
XYZ 40.98 21.94 96.68 -
YUV 124.32 201.75 174.13 -
System Red Green Blue C M Y K H S L
Decimal 189 66 255 0.26 0.74 0 0 279.05 1 0.63
Hex BD 42 FF 1A 4A 0 0 117 64 3F
Octal 275 102 377 32 112 0 0 427 144 77
Binary 10111101 1000010 11111111 11010 1001010 0 0 100010111 1100100 111111

Color Harmonies of #BD42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42FF

Black with #BD42FF

Text Example


Text Example

White with #BD42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42FF; }

 p { color: rgb(189,66,255); }

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

background-color css

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

 a { background-color: rgb(189,66,255); }

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

border-color css

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

 span { border-color: rgb(189,66,255); }

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