Html Css Color HEX #BB42CA Medium Orchid

📋 copy color: '#BB42CA'

red 187 ◦ green 66 ◦ blue 202

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

Shades of Medium Orchid #BB42CA

Tints of Medium Orchid #BB42CA

RGB

 RED value IS 187 (73.44% from 255) = 41.1%

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 41.1%
G = 14.51%
B = 44.4%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB42CA (or 0xBB42CA) is known color: Medium Orchid. HEX triplet: BB, 42 and CA. RGB value is (187,66,202). Sum of RGB (Red+Green+Blue) = 187+66+202=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42CA is #44BD35. Grayscale: #757575. Windows color (decimal): -4504886 or 13255355. OLE color: 13255355.

HSL color Cylindrical-coordinate representation of color #BB42CA: hue angle of 293.38º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB42CA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 66 202 -
CMYK 0.07 0.67 0 0.21
HSL 293.38º 0.56% 0.53% -
HSV(B) 293.38º 0.67% 0.79% -
XYZ 33.1 18.73 57.75 -
YUV 117.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 187 66 202 0.07 0.67 0 0.21 293.38 0.56 0.53
Hex BB 42 CA 7 43 0 15 125 38 35
Octal 273 102 312 7 103 0 25 445 70 65
Binary 10111011 1000010 11001010 111 1000011 0 10101 100100101 111000 110101

Color Harmonies of #BB42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42CA

Black with #BB42CA

Text Example


Text Example

White with #BB42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42CA; }

 p { color: rgb(187,66,202); }

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

background-color css

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

 a { background-color: rgb(187,66,202); }

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

border-color css

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

 span { border-color: rgb(187,66,202); }

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