Html Css Color HEX #B242CF Medium Orchid

📋 copy color: '#B242CF'

red 178 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #B242CF

Tints of Medium Orchid #B242CF

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 39.47%
G = 14.63%
B = 45.9%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B242CF (or 0xB242CF) is known color: Medium Orchid. HEX triplet: B2, 42 and CF. RGB value is (178,66,207). Sum of RGB (Red+Green+Blue) = 178+66+207=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #B242CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242CF is #4DBD30. Grayscale: #737373. Windows color (decimal): -5094705 or 13583026. OLE color: 13583026.

HSL color Cylindrical-coordinate representation of color #B242CF: hue angle of 287.66º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B242CF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 66 207 -
CMYK 0.14 0.68 0 0.19
HSL 287.66º 0.59% 0.54% -
HSV(B) 287.66º 0.68% 0.81% -
XYZ 31.57 17.87 60.82 -
YUV 115.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 178 66 207 0.14 0.68 0 0.19 287.66 0.59 0.54
Hex B2 42 CF E 44 0 13 120 3B 36
Octal 262 102 317 16 104 0 23 440 73 66
Binary 10110010 1000010 11001111 1110 1000100 0 10011 100100000 111011 110110

Color Harmonies of #B242CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242CF

Black with #B242CF

Text Example


Text Example

White with #B242CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242CF; }

 p { color: rgb(178,66,207); }

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

background-color css

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

 a { background-color: rgb(178,66,207); }

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

border-color css

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

 span { border-color: rgb(178,66,207); }

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