Html Css Color HEX #B35CF2 Medium Orchid

📋 copy color: '#B35CF2'

red 179 ◦ green 92 ◦ blue 242

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

Shades of Medium Orchid #B35CF2

Tints of Medium Orchid #B35CF2

RGB

 RED value IS 179 (70.31% from 255) = 34.89%

 GREEN value IS 92 (36.33% from 255) = 17.93%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 34.89%
G = 17.93%
B = 47.17%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B35CF2 (or 0xB35CF2) is known color: Medium Orchid. HEX triplet: B3, 5C and F2. RGB value is (179,92,242). Sum of RGB (Red+Green+Blue) = 179+92+242=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #B35CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35CF2 is #4CA30D. Grayscale: #868686. Windows color (decimal): -5022478 or 15883443. OLE color: 15883443.

HSL color Cylindrical-coordinate representation of color #B35CF2: hue angle of 274.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35CF2 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 92 242 -
CMYK 0.26 0.62 0 0.05
HSL 274.8º 0.85% 0.65% -
HSV(B) 274.8º 0.62% 0.95% -
XYZ 38.44 23.65 86.54 -
YUV 135.11 188.32 159.3 -
System Red Green Blue C M Y K H S L
Decimal 179 92 242 0.26 0.62 0 0.05 274.8 0.85 0.65
Hex B3 5C F2 1A 3E 0 5 113 55 41
Octal 263 134 362 32 76 0 5 423 125 101
Binary 10110011 1011100 11110010 11010 111110 0 101 100010011 1010101 1000001

Color Harmonies of #B35CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CF2

Black with #B35CF2

Text Example


Text Example

White with #B35CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CF2; }

 p { color: rgb(179,92,242); }

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

background-color css

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

 a { background-color: rgb(179,92,242); }

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

border-color css

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

 span { border-color: rgb(179,92,242); }

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