Html Css Color HEX #BD42FA Medium Orchid

📋 copy color: '#BD42FA'

red 189 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #BD42FA

Tints of Medium Orchid #BD42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 37.43%
G = 13.07%
B = 49.5%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD42FA (or 0xBD42FA) is known color: Medium Orchid. HEX triplet: BD, 42 and FA. RGB value is (189,66,250). Sum of RGB (Red+Green+Blue) = 189+66+250=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42FA is #42BD05. Grayscale: #7B7B7B. Windows color (decimal): -4373766 or 16401085. OLE color: 16401085.

HSL color Cylindrical-coordinate representation of color #BD42FA: hue angle of 280.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD42FA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 66 250 -
CMYK 0.24 0.74 0 0.02
HSL 280.11º 0.95% 0.62% -
HSV(B) 280.11º 0.74% 0.98% -
XYZ 40.19 21.62 92.5 -
YUV 123.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 189 66 250 0.24 0.74 0 0.02 280.11 0.95 0.62
Hex BD 42 FA 18 4A 0 2 118 5F 3E
Octal 275 102 372 30 112 0 2 430 137 76
Binary 10111101 1000010 11111010 11000 1001010 0 10 100011000 1011111 111110

Color Harmonies of #BD42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42FA

Black with #BD42FA

Text Example


Text Example

White with #BD42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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