Html Css Color HEX #B241CF Medium Orchid

📋 copy color: '#B241CF'

red 178 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #B241CF

Tints of Medium Orchid #B241CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.44%

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

R = 39.56%
G = 14.44%
B = 46%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B241CF (or 0xB241CF) is known color: Medium Orchid. HEX triplet: B2, 41 and CF. RGB value is (178,65,207). Sum of RGB (Red+Green+Blue) = 178+65+207=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B241CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241CF is #4DBE30. Grayscale: #727272. Windows color (decimal): -5094961 or 13582770. OLE color: 13582770.

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

Color convert

RGB 178 65 207 -
CMYK 0.14 0.69 0 0.19
HSL 287.75º 0.6% 0.53% -
HSV(B) 287.75º 0.69% 0.81% -
XYZ 31.51 17.75 60.8 -
YUV 114.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 178 65 207 0.14 0.69 0 0.19 287.75 0.6 0.53
Hex B2 41 CF E 45 0 13 120 3C 35
Octal 262 101 317 16 105 0 23 440 74 65
Binary 10110010 1000001 11001111 1110 1000101 0 10011 100100000 111100 110101

Color Harmonies of #B241CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241CF

Black with #B241CF

Text Example


Text Example

White with #B241CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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