Html Css Color HEX #B241CB Medium Orchid

📋 copy color: '#B241CB'

red 178 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #B241CB

Tints of Medium Orchid #B241CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 39.91%
G = 14.57%
B = 45.52%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B241CB (or 0xB241CB) is known color: Medium Orchid. HEX triplet: B2, 41 and CB. RGB value is (178,65,203). Sum of RGB (Red+Green+Blue) = 178+65+203=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B241CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241CB is #4DBE34. Grayscale: #727272. Windows color (decimal): -5094965 or 13320626. OLE color: 13320626.

HSL color Cylindrical-coordinate representation of color #B241CB: hue angle of 289.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B241CB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 65 203 -
CMYK 0.12 0.68 0 0.20
HSL 289.13º 0.57% 0.53% -
HSV(B) 289.13º 0.68% 0.8% -
XYZ 31.03 17.56 58.25 -
YUV 114.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 178 65 203 0.12 0.68 0 0.20 289.13 0.57 0.53
Hex B2 41 CB C 44 0 14 121 39 35
Octal 262 101 313 14 104 0 24 441 71 65
Binary 10110010 1000001 11001011 1100 1000100 0 10100 100100001 111001 110101

Color Harmonies of #B241CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241CB

Black with #B241CB

Text Example


Text Example

White with #B241CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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