Html Css Color HEX #B35CFE Medium Orchid

📋 copy color: '#B35CFE'

red 179 ◦ green 92 ◦ blue 254

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

Shades of Medium Orchid #B35CFE

Tints of Medium Orchid #B35CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 34.1%
G = 17.52%
B = 48.38%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B35CFE (or 0xB35CFE) is known color: Medium Orchid. HEX triplet: B3, 5C and FE. RGB value is (179,92,254). Sum of RGB (Red+Green+Blue) = 179+92+254=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B35CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35CFE is #4CA301. Grayscale: #878787. Windows color (decimal): -5022466 or 16669875. OLE color: 16669875.

HSL color Cylindrical-coordinate representation of color #B35CFE: hue angle of 272.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B35CFE is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 92 254 -
CMYK 0.30 0.64 0 0.00
HSL 272.22º 0.99% 0.68% -
HSV(B) 272.22º 0.64% 1% -
XYZ 40.31 24.39 96.35 -
YUV 136.48 194.32 158.33 -
System Red Green Blue C M Y K H S L
Decimal 179 92 254 0.30 0.64 0 0.00 272.22 0.99 0.68
Hex B3 5C FE 1E 40 0 0 110 63 44
Octal 263 134 376 36 100 0 0 420 143 104
Binary 10110011 1011100 11111110 11110 1000000 0 0 100010000 1100011 1000100

Color Harmonies of #B35CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CFE

Black with #B35CFE

Text Example


Text Example

White with #B35CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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